This presentation can be found online:
witusj.github.io/hellor/hellor.html
press F for fullscreen
For the workshop R (Dutch) go to:
Workshop documents can be found here (docs folder):
11/11/2017
This presentation can be found online:
witusj.github.io/hellor/hellor.html
press F for fullscreen
For the workshop R (Dutch) go to:
Workshop documents can be found here (docs folder):
pie(c(a=78, b=17, c=5),
init.angle = 315,
col = c("deepskyblue", "yellow", "yellow3"),
border = FALSE,
radius = 1.0)
library(threejs) data(ego) graphjs(ego, bg="black")